runtime.memRecord.future (field)

13 uses

	runtime (current package)
		mprof.go#L117: 	future [3]memRecordCycle
		mprof.go#L160: const mProfCycleWrap = uint32(len(memRecord{}.future)) * (2 << 24)
		mprof.go#L313: 		mpc := &mp.future[c%uint32(len(mp.future))]
		mprof.go#L333: 		mpc := &mp.future[(c+1)%uint32(len(mp.future))]
		mprof.go#L348: 	mpc := &mp.future[(c+2)%uint32(len(mp.future))]
		mprof.go#L367: 	mpc := &mp.future[(c+1)%uint32(len(mp.future))]
		mprof.go#L593: 			for c := range mp.future {
		mprof.go#L594: 				mp.active.add(&mp.future[c])
		mprof.go#L595: 				mp.future[c] = memRecordCycle{}